home *** CD-ROM | disk | FTP | other *** search
- object frmEditValue: TfrmEditValue
- Left = 218
- Top = 126
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = '-'
- ClientHeight = 128
- ClientWidth = 432
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblValueName: TLabel
- Left = 4
- Top = 8
- Width = 345
- Height = 13
- AutoSize = False
- Caption = 'Value &name:'
- FocusControl = edtValueName
- end
- object lblValueData: TLabel
- Left = 4
- Top = 52
- Width = 337
- Height = 13
- AutoSize = False
- Caption = 'Value &data:'
- FocusControl = edtValueData
- end
- object imgBinary: TImage
- Left = 368
- Top = 4
- Width = 16
- Height = 16
- Picture.Data = {<image000.ico>}
- Visible = False
- end
- object imgString: TImage
- Left = 388
- Top = 4
- Width = 16
- Height = 16
- Picture.Data = {<image001.ico>}
- Transparent = True
- Visible = False
- end
- object imgNA: TImage
- Left = 408
- Top = 4
- Width = 16
- Height = 16
- Picture.Data = {<image002.ico>}
- Visible = False
- end
- object edtValueName: TEdit
- Left = 0
- Top = 24
- Width = 429
- Height = 21
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 354
- Top = 101
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object btnOk: TButton
- Left = 274
- Top = 101
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object edtValueData: TEdit
- Left = 0
- Top = 68
- Width = 429
- Height = 21
- TabOrder = 1
- OnKeyPress = edtValueDataKeyPress
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMStepBuilder'
- Left = 152
- Top = 100
- TargetsData = (
- 1
- 6
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- 'TMemo'
- 'Text'
- 0)
- (
- '*'
- 'Lines'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- '*'
- 'Cells'
- 0))
- end
- end
-